projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
029ec30
)
Fix previous change.
author
Dave Love
<fx@gnu.org>
Fri, 30 Jul 1999 00:50:59 +0000
(
00:50
+0000)
committer
Dave Love
<fx@gnu.org>
Fri, 30 Jul 1999 00:50:59 +0000
(
00:50
+0000)
lisp/emacs-lisp/lisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp-mode.el
b/lisp/emacs-lisp/lisp-mode.el
index 45f2c759e848739a1631eb71d0cae7d665cc8de5..f7484c8e712e5b4f4864adf1f13b221241931050 100644
(file)
--- a/
lisp/emacs-lisp/lisp-mode.el
+++ b/
lisp/emacs-lisp/lisp-mode.el
@@
-386,7
+386,7
@@
Return the result of evaluation."
;; Skipping to the end of the specified region
;; will make eval-region return.
(goto-char ,end)
- ,form)))))
+
'
,form)))))
;; The result of evaluation has been put onto VALUES. So return it.
(car values))
\f